/*nav-righ开始*/
.nav_right {
    background: #fff;
    border: 1px solid #d5d5d5;
    height: 480px;
    position: absolute;
    right: 0px;
    top: 46px;
    width: 220px;
    z-index: 9;
}

.head_user {
    border-bottom: 2px solid #d5d5d5;
    height: 105px;
    padding: 15px 10px 0;
}

.head_portrait {
    float: left;
    height: 42px;
    margin: 3px 10px;
    overflow: hidden;
    width: 42px;
}

.user_info { line-height: 22px; }

.user_btn { margin-top: 20px; }

.user_btn a {
    border: 2px solid #f10215;
    color: #f10215;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 7px;
    text-align: center;
    width: 82px;
}

.special_service li {
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.special_service { border-bottom: 2px solid #d5d5d5; }

.nav_news {
    border-bottom: 2px solid #d5d5d5;
    height: 310px;
    padding: 5px 15px;
    position: relative;
}

.nav_news .title {
    border-bottom: 1px solid #f1f1f1;
    color: #f10215;
    line-height: 30px;
}

.nav_news .more {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 12px;
}

.nav_news ul li {
    height: 28px;
    line-height: 28px;
}

.nav_news ul li:hover, .nav_news ul a:hover { color: #f10215; }

.nav_news ul .iconfont {
    color: #f10215;
    float: left;
    margin-top: -5px;
}

.nav_news ul span {
    color: #666;
    float: right;
    font-size: 11px;
}

.nav_news ul a {
    float: left;
    overflow: hidden !important; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis !important; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space: nowrap !important; /* 不换行 */
    width: 136px;
    word-break: keep-all !important; /* 不换行 */
}

.nav_tel {
    color: #f10215;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
}

.iconfont {
    font-size: 12px;
    font-weight: 100;
    padding-top: 5px;
}

.userPic {
    background-color: #999395;
    border-radius: 17px;
    color: white;
    font-size: 28px;
    padding: 3px;
    padding-top: 1px;
}

/*nav-righ结束*/

/*banner开始*/

.banner {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.imgbox {
    height: 500px;
    overflow: hidden;
}

.imgbox li div {
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: auto 100%;
}

.banner_nav {
    bottom: 5px;
    left: 50%;
    position: absolute;
    z-index: 8;
}

.banner_nav li {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    cursor: pointer;
    float: left;
    height: 18px;
    margin: 3px;
    width: 18px;
}

.banner_nav li.current {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #999;
}

/*banner结束*/

/*用户自定义区域开始*/

.user-defined {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1201px;
    min-width: 1200px;
    overflow: hidden;
}

.user-defined ul {
    border-color: #ededed;
    border-left-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    border-width: 0px;
    height: 100%;
    width: 100%;
}

.user-defined ul li {
    border-bottom-width: 1px;
    border-color: #ededed;
    border-right-width: 1px;
    border-style: solid;
    border-width: 0px;
    box-sizing: border-box;
    float: left;
    height: 60px;
    overflow: hidden;
    text-align: center;
    width: 120px;
}

.user-defined ul li a {
    cursor: pointer;
    display: block;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.user-defined ul li:hover { border: 1px solid red; }

.user-defined-title {
    background-color: #ededed;
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
}

/*用户自定义区域结束*/

/*floor开始*/

.floor {
    height: 511px;
    margin: 10px auto 0;
    width: 1200px;
}

.floor-title {
    background-color: gray;
    height: 36px;
    padding: 0 10px;
}

.floor-title .title_l {
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 36px;
}

.floor-title .title_l .iconfont {
    font-size: 18px;
    margin-right: 2px;
}

.floor-title .title_r {
    float: right;
    margin-top: 7px;
}

.floor-title .title_r a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    max-width: 100px;
    opacity: 0.6;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
}

.floor-title .title_r a.current {
    border-width: 2px;
    opacity: 0.8;
}

/*.floor-title .title_r a:hover { opacity: 0.9; }*/

    .floor-title .title_r .qiangqiang {
        opacity: 0.9;
        background-color:red;
    }

.floor_l {
    float: left;
    height: 475px;
    position: relative;
    width: 330px;
}

.floor_r {
    float: right;
    overflow: hidden;
    width: 870px;
}

.floor_r li {
    background: #fff;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    float: left;
    height: 216.5px;
    padding: 10px 20px;
    width: 176.5px;
}

.floor_r li div:first-child { text-align: center; }

.floor_r li:hover {
    box-shadow: 0px 0px 10px #e5e5e5;
    transform: scale(1.01, 1.01);
}

.productImg {
    height: 140px;
    overflow: hidden;
}

.productImg img { height: 140px; }

/*鼠标hover的时候放大效果*/
.productImg :hover img {
        transform: scale(1.2,1.2);
        transition-duration: 500ms;
        transition-timing-function: ease-out;
    }
.productImg { margin-bottom: 10px; }

.productPrice {
    color: #f10215;
    font-family: Verdana;
    font-size: 15px;
    margin-top: 10px;
}

.productName {
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.sell_product {
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    height: 130px;
    padding: 15px;
    position: absolute;
}

.sell_product span {
    float: left;
    font-size: 11px;
    line-height: 28px;
    margin: 2px;
    overflow: hidden;
    width: 71px;
}

.sell_product span a { color: #999; }

.sell_product span a:hover { color: #f10215; }

/*floor结束*/

/*悬浮菜单开始*/

.suspend_menu { display: none; }

.suspend_menu ul {
    background: #918888;
    display: block;
    text-align: center;
    width: 34px;
}

.suspend_menu ul li {
    border-bottom: 1px solid #b1aaaa;
    padding: 10px 5px;
}

.suspend_menu ul a {
    color: #fefefe;
    font-size: 12px;
    line-height: 12px;
}

.suspend_menu ul li.current {
    background-color: #d70b1c;
    border-bottom: 1px solid #d70b1c;
    margin-bottom: -1px;
}

.suspend_menu ul li:last-child { background: #5e4a4a; }

/*页面css迁移*/

body { background: #f6f6f6; }

.full { }

.full img {
    height: 475px;
    width: 330px;
}


.half img {
    height: 237px;
    width: 330px;
}

.quarter { }

.quarter img {
    height: 237px;
    width: 165px;
}

.headerfixed {
    background-color: #fff;
    border-bottom: 1px solid #E4E4EC;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.headerfixed .head_top { display: none; }

.nav_list { display: block }


.float-ad {
    position: absolute;
    right: 0;
}